<?php
preg_match_all
(
'#\d#'
,
'1555hf g65'
,
$matchs
);
echo
sizeof
(
$matchs
[
0
]);
1